home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Tools / GFX-Viewer / SViewII / ReadMe_powerUP < prev    next >
Text File  |  1999-03-29  |  5KB  |  127 lines

  1.  
  2.   PowerPC (powerUP) support via licensed SuperView-Library
  3.   ========================================================
  4.  
  5.     [ Please see ReadMe_REGISTER for where to find pricing information ]
  6.  
  7.  
  8.  
  9.     Concept: loadable PPC-Modules for use with ppc.library V45/46+
  10.     --------------------------------------------------------------
  11.  
  12.     The most time-consuming routines of certain modules of SuperView-Library
  13.     have been ported to native PowerPC code and perhaps will profit a lot
  14.     from the presence of an installed powerUP system.
  15.  
  16.     These "native modules" are located in a new subdirectory of LIBS:
  17.     called "svppc/", with subdirectories for each of SuperView-Library's
  18.     module types.
  19.  
  20.     If any "native modules" are present, these will be used whenever applicable.
  21.     Should none of these modules be available, then this does not matter, since
  22.     the plain 68k code (which may be optimized for a certain 68k CPU, though)
  23.     will be used instead (fallback option).
  24.  
  25.     Note, that SuperView-Library's native modules won't replace any of the
  26.     existing libraries or modules as such - they only do supply specialized
  27.     routines in native code for certain tasks.
  28.  
  29.     When running any PowerPC code, you should have made sure, that there's
  30.     enough RAM on the powerUP board available - at least in an A4000 the
  31.     RAM interface from the CPU card (e.g. A3640) to the mainboard is so
  32.     slow, that even a 68040 could not access Fast RAM with full speed,
  33.     so possibly a PowerPC would suffer from the same problem.
  34.  
  35.     You should take care, that there's still enough "fast" Fast RAM available,
  36.     even if all the libraries and code have been loaded: usually the graphics
  37.     are loaded at last - a 1024x768 graphics in 24 Bit will just take 2.4 MB
  38.     and in a dithered version again around 790 K.
  39.  
  40.     If there's enough "fast" Fast RAM available, you can expect high speed
  41.     increases with most basic operations, especially when internal representation
  42.     conversions do take place.
  43.  
  44.  
  45.     (See the documentation of the single modules for further information.
  46.      PowerUP support usually is marked separately, on top of the
  47.      module documentation.)
  48.  
  49.  
  50.     Availability
  51.     ------------
  52.  
  53.     NONE OF THE PPC MODULES ARE FREEWARE - THEY WON'T APPEAR ON AMINET.
  54.  
  55.     52 modules (+/-) are made available in a special powerUP PPC plugin
  56.     module package, which e.g. can be bought by registered SuperView/SViewNG
  57.     users or will be included with some commercial programs.
  58.  
  59.     Also, there will follow some PPC modules, which will only be available
  60.     for exclusive shipment with some commercial programs (as also are the
  61.     concerned SV modules).
  62.  
  63.     This is high end software, and its development must be financed
  64.     - so you have to pay for it to help ensuring further development.
  65.  
  66.  
  67.     The following modules are available right now:
  68.  
  69.      svdrivers (dir)
  70.      svoperators (dir)
  71.        24BitToHam_ham6.svm              24BitToHam_ham6quick.svm
  72.        24BitToHam_ham8.svm              24BitToHam_ham8quick.svm
  73.        AnyTo24Bit_HAM.svm               Dither24Bit_floyd.svm
  74.        Dither24Bit_ordered.svm          HilbertDither256_code.svm
  75.        OptimizePalette_code.svm         PaletteDither_code.svm
  76.        RotateFree_24.svm                RotateFree_8.svm
  77.        Scale50_Double.svm               Scale50_Half.svm
  78.      svobjects (dir)
  79.        24BitToHam_ham6.svm              24BitToHam_ham6quick.svm
  80.        24BitToHam_ham8.svm              24BitToHam_ham8quick.svm
  81.        BMP_Decode.svm                   BMP_Encode.svm
  82.        BMP_Plain.svm                    DEEP_Decode24.svm
  83.        HJG_Efdpef.svm                   HJG_Fmdpef.svm
  84.        ILBM_c2p_24.svm                  ILBM_CBR_Decode.svm
  85.        ILBM_CBR_Encode.svm              ILBM_p2c_24.svm
  86.        JPEG_code.svm                    PBM_Decode.svm
  87.        PBM_Encode.svm                   PCD_yuv.svm
  88.        PCX_Decode24.svm                 PCX_Decode4.svm
  89.        PCX_Decode8.svm                  PCX_Encode24.svm
  90.        PCX_Encode4.svm                  PCX_Encode8.svm
  91.        PICT_code.svm                    PNG_code.svm
  92.        RGB8_Decode.svm                  RGB8_Encode.svm
  93.        Targa_Decode1.svm                Targa_Decode16.svm
  94.        Targa_Decode24.svm               Targa_Decode8.svm
  95.        TIFF_code.svm                    WPG_Decode1.svm
  96.        WPG_Decode4.svm                  WPG_Decode8.svm
  97.   svsupport_c2p.svm                svsupport_p2c.svm
  98.  
  99.  
  100.   PLEASE NOTE, THAT NUMBER AND KIND OF THE PPC MODULES ARE SUBJECT TO CHANGES.
  101.  
  102.  
  103.   Picture Manager professional (PMPro) V5 already does
  104.   include these modules, plus additionally the following exclusive PPC
  105.   plugins (for SVOperators that also are exclusive to PMPro):
  106.  
  107.      libs/svppc/svoperators
  108.        Blur_24.svm                      Convolve_24.svm
  109.        DitherFix24_Floyd.svm            EdgeDetect_Plain.svm
  110.        ScaleFree_24.svm                 ScaleFree_8.svm
  111.        Sharpen_24.svm
  112.  
  113.  
  114.   PLEASE NOTE, THAT NUMBER AND KIND OF THE PPC MODULES ARE SUBJECT TO CHANGES.
  115.  
  116.  
  117.   Where to obtain from ?
  118.  
  119.   The PPC plugin modules basically already are part of Picture Manager professional V5
  120.   (or any upgrade from earlier versions).
  121.  
  122.   Additionally, the (non-exclusive) PPC modules also can be ordered by
  123.   registered (as well as newly registering) users of SuperView/SViewNG
  124.   or ImageEngineer.
  125.  
  126.   For details, please see the registration form coming with SViewNG.
  127.